home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00078_Hide Cursor 2.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  81 b   |  7 lines

  1. on exitFrame
  2.   if the key = " " then
  3.     go("Studio")
  4.   end if
  5.   cursor(200)
  6. end
  7.